Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Mill 0.11.1, Scala 2.13.10, and Chisel 3.6.0 #67

Merged
merged 1 commit into from
Oct 9, 2023
Merged

Conversation

poemonsense
Copy link
Member

No description provided.

@poemonsense poemonsense marked this pull request as draft October 8, 2023 12:58
@poemonsense
Copy link
Member Author

poemonsense commented Oct 8, 2023

@sequencer Our CI fails because the top-level IOs does not have user bits anymore. Previously it works. We believe passing requestFields to TLMasterPortParameters with make IOs should create the corresponding user bits in IO. Is it? Do you have any idea why we don't have the IO anymore? I look into the code but have not found anything yet. It would be great if you know whether we can check to debug this. Fixed by #68

Here is our code for specifying the user bits:

TLMasterPortParameters.v2(
masters = Seq(
TLMasterParameters.v1(
name = name,
sourceId = IdRange(0, sources),
supportsProbe = TransferSizes(cacheParams.blockBytes)
)
),
channelBytes = TLChannelBeatBytes(cacheParams.blockBytes),
minLatency = 1,
echoFields = Nil,
requestFields = Seq(AliasField(2)),
responseKeys = cacheParams.respKey
)

@poemonsense poemonsense marked this pull request as ready for review October 9, 2023 04:17
@poemonsense poemonsense merged commit bf0b6b6 into master Oct 9, 2023
1 check passed
@poemonsense poemonsense deleted the bump-3.6 branch October 9, 2023 05:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants